home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR04 / TJPOKE15.ZIP / TJHELP.TXT < prev    next >
Text File  |  1993-08-28  |  5KB  |  132 lines

  1.  
  2.                    TIPS AND TRICKS FROM T&J SOFTWARE
  3.                    Revised: 08/28/1993
  4.  
  5. Remote Access v2.0
  6. ==================
  7. * Using DOOR.SYS may result in an OVERFLOW error -- try using a
  8.   different caller drop file such as DORINFO1.DEF. This is currently
  9.   being examined!
  10.  
  11.  
  12. Keyboard Timeouts
  13. =================
  14. * If you are operating on a 486 computer and getting a "keyboard
  15.   timeout", you will need to set the following environmental variable
  16.   in your AUTOEXEC.BAT.
  17.  
  18.   NO87=ON
  19.  
  20.   This will turn off your co-processor and allow the door to function
  21.   properly
  22.  
  23.  
  24. Overflow Errors
  25. ===============
  26. * Overflows can occur if you are running under DESQview and your tick
  27.   counts are set too low -- try raising the tick counts.
  28.  
  29.  
  30. Garbled Information on Remote
  31. =============================
  32. * If the door seems to operate fine on the BBS end but the remote
  33.   cannot receive or receives garbled information, check and make sure
  34.   you are passing the correct IRQ to the door (if you are running a
  35.   non standard IRQ).
  36.  
  37.  
  38. Graphic Cards (general)
  39. =======================
  40. * ATI Graphics Ultra Pro card - do not use the ANSI.SYS driver that
  41.   came with the card. Use the normal DOS ANSI.SYS for the screens
  42.   to show correctly.
  43.  
  44. * Trident SVGA Cards - You should have a utility disk with a file
  45.   called TANSI.SYS, use this ansi driver instead of the standard
  46.   ANSI.SYS.
  47.  
  48.  
  49. DESQview/X
  50. ==========
  51. * Make sure you have the MATH COPROCESSOR flagged ON even if you don't
  52.   have a math coprocessor.
  53.  
  54.  
  55. Lockups on certain COM PORTS
  56. ============================
  57. * If you're running on a non-standard IRQ, be sure you are passing the
  58.   IRQ on the command line!! Example:  STUDS! STUDS!.CFG /5
  59.  
  60.   Studs! will now run on IRQ 5.
  61.  
  62.  
  63. Upgrading to New Versions
  64. =========================
  65. * When you purchase a KEY from T&J Software, that KEY is valid for
  66.   all upgrades also!
  67.  
  68.  
  69. Wildcat! BBS's
  70. ==============
  71. * If you are running Studs!, Studette!, or Bordello!, you must use the
  72.   caller drop file DOOR.SYS to make sure the callers remaining time is
  73.   passed back to Wildcat!
  74.  
  75.  
  76. Spitfire BBS's
  77. ==============
  78. * If you're having trouble with the doors dropping carrier on exiting
  79.   back to the BBS, switch to using DOOR.SYS instead of SFDOORS.DAT.
  80.   On some Spitfire configurations this will happen when using
  81.   SFDOORS.DAT.
  82.  
  83.  
  84. Using DESQview
  85. ==============
  86. * If you're running the doors under DV and you're getting ANSI
  87.   character codes on the local monitor, be sure to load the file
  88.   DVANSI.COM in the main batch file that starts your BBS!
  89.  
  90.  
  91. Bulletin PATHS and FILENAMES
  92. ============================
  93. * When specifying the bulletin path, be sure to also select a name
  94.   for the bulletin! This could cause lockups when using Bordello,
  95.   Strip Poker, and Video Poker. If you don't want bulletins created,
  96.   simply enter the word NONE for the path and filename.
  97.  
  98.  
  99. ERROR Codes (general)
  100. =====================
  101. * ERROR #53 - This error means a file was not found. If this occurs
  102.   right when the door is opened, please check the PATH to the caller
  103.   drop file (i.e. DOOR.SYS), or make sure the caller drop file is
  104.   being created properly!
  105.  
  106.                             QuickBasic Error codes
  107.                       DoorFrame uses the QB error codes.
  108.  ---------------------------------------------------------------------------
  109.  
  110.  2   Syntax Error                       61   Disk full
  111.  5   Ilegal Function Call               62   Input past end of File
  112.  6   Overflow                           63   Bad record number
  113.  7   Out of memory                      64   Bad filename
  114. 11   Division by Zero                   67   Too many files
  115. 13   type mismatch                      68   Device unavailable
  116. 24   Device Timeout                     69   Comm-buffer overflow
  117. 25   Device fault                       70   Permission denied
  118. 52   Bad filename or number             71   Disk not ready
  119. 53   File Not Found                     72   Disk media error
  120. 55   File Already open                  74   Rename across disk
  121. 57   Device I/O error                   75   Path/File access error
  122. 58   File already exists                76   Path not found
  123. 59   Bad Record length
  124.  
  125.      The most common error that you will see is #62.  This is usually caused
  126. by the CFG file not having enough lines.  I have included this list so
  127. that you may be able to fix a problem that occurs with a T&J Software
  128. door.
  129.  
  130.      Error #75 is usually an incorrect path and/or filename in the CFG
  131. file.
  132.